All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.music.TuneStatus
java.lang.Object
|
+----quicktime.util.QTByteObject
|
+----quicktime.std.music.TuneStatus
- public final class TuneStatus
- extends QTByteObject
- implements PrimitivesLib
Presents information on the currently playing tune.
QuickTime::TuneGetStatus
-
getQueueCount()
- how many pieces queued up?
-
getQueueSpots()
- How many more tunepieces can be queued
-
getQueueTime()
- How much time is queued up? (can be very inaccurate)
-
getTime()
- current tune time
-
getTunePosition()
- position within currently playing piece
getTunePosition
public int getTunePosition()
- position within currently playing piece
getTime
public int getTime()
- current tune time
getQueueCount
public int getQueueCount()
- how many pieces queued up?
getQueueSpots
public int getQueueSpots()
- How many more tunepieces can be queued
getQueueTime
public int getQueueTime()
- How much time is queued up? (can be very inaccurate)
All Packages Class Hierarchy This Package Previous Next Index